Previous topicNext topic
Help > Keyword Reference >
CONTROL HIDE statement

Purpose

Make a control invisible.

Syntax

CONTROL HIDE HDlg, ID&

Remarks

The Control identified by the HDlg/ID& combination is made invisible.

HDlg is the handle of the dialog which owns the control. ID& is the unique control identifier assigned to the control with CONTROL ADD.

See Also

CONTROL NORMALIZE, CONTROL SET SIZE, DIALOG HIDE, DIALOG NORMALIZE